home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / jpsrc2.zip / CHANGELO < prev    next >
Text File  |  1991-12-13  |  1KB  |  38 lines

  1. CHANGELOG for Independent JPEG Group's JPEG software
  2.  
  3. Version 2  13-Dec-91
  4. --------------------
  5.  
  6. Documentation improved a little --- there are man pages now.
  7. Installation instructions moved from README to a separate file SETUP.
  8.  
  9. New program config.c is provided to help you get the configuration options
  10. right.  This should make installation a lot more foolproof.
  11.  
  12. Sense of djpeg -D switch reversed: dithering is now ON by default.
  13.  
  14. RLE image file support added (thanks to Mike Lijewski).
  15.  
  16. Targa image file support added (thanks to Lee Crocker).
  17.  
  18. PPM input now accepts all PPM and PGM files.
  19.  
  20. Bug fix: on machines where 'int' is 16 bits, high-Q-setting JPEG files
  21. were not decoded correctly.
  22.  
  23. Numerous changes to improve portability.  There should be few or no compiler
  24. warnings now.
  25.  
  26. Makefiles cleaned up; defaults now appropriate for production use rather than
  27. debugging.
  28.  
  29. Subroutine interface cleaned up.  If you wrote code based on version 1's
  30. jcmain/jdmain, you'll need to change it, but it should get a little shorter
  31. and simpler.
  32.  
  33.  
  34. Version 1   7-Oct-91
  35. --------------------
  36.  
  37. Initial public release.
  38.